body{
    background-color: #F3F6FD;
}
/* div, span, p {
    caret-color: transparent;
} */
.el-form--label-top .el-form-item__label{
    font-size: 18px;
}

.iframe_shangqiao{
    width: 50vw;
}
iframe{
    width: 50vw;
    height: 70vh;
}
.banner{
    width: 78rem;
    margin: 0 auto;
}
.justify{
    display: flex;
    justify-content: space-between;
}
.head{
    background-color: #fff;
}
.head .caption{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: transparent;
    z-index: 99;
}
.head .caption .banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}
.head img{
    margin-top: 110px;
    width: 100%;
}
.head .log{
    width: 9.38rem;
    height: 2.81rem;
    background-image: url('../img/logo-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0;
}
.head .logtext{
    color: #000;
    font-size: 1.5rem;
}
.head .tel div{
    padding: 30px 0;
    padding-left: 50px;
    background-image: url('../img/tel-blue.png');
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 0 center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.head .tel div span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0067FF;
}
.head .menu{
    display: flex;
    justify-content: space-between;
    width: 32rem;
}
.head .menu .item a:link{
    text-decoration: none;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.head .menu .item a:visited{
    color: #333333;
}
.head .menu .item div.active{
    width: 50%;
    height: 0.31rem;
    margin: 0.75rem auto 0;
    background: #0067FF;
    border-radius: 0.16rem;
}
.head .option{
    display: none;
}
.options{
    display: none;
}
.bannerimg img{
    display: none;
}
.ask .items{
    width: 78rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
}
.ask .items .item{
    width: 38rem;
    height: 9rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding:0 3rem;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0,60,159,0.06);
    background-color: #fff;
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.ask .items .item span{
    width: 60px;
    height: 60px;
    margin-right: 3rem;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    background-color: #0067FF;
}
/* .sidebars{
    display: none;
} */
.sidebar{
    position: fixed;
    top:50%;
    right: 0;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.sidebar div{
    position: relative;
    width: 110px;
    height: 100px;
    margin-bottom: 4px;
    padding-top: 18px;
    text-align: center;
    background-color: #0067FF;
}
.sidebar div.phone{
    display: none;
}
.sidebar div .QRcode{
    position: absolute;
    top: -20%;
    left: -100%;
    background-color: transparent;
}
.sidebar div .QRcode img{
    width: 100%;
}
.sidebar div:nth-child(2){
    padding-top: 12px;
}
.sidebar div.index{
    display: none;
}
.sidebar div:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.sidebar div img{
    width: 36px;
}
.sidebar div p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.sidebar div span{
    display: block;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.bread{
    padding-top: 5.38rem;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.bodytitle{
    padding-bottom:  3.19rem;
    background-color: #fff;
}
.title div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 4.94rem 0 2.81rem;
}
.title h1{
    margin: 0 1rem;
    /* padding: 0 2rem; */
    /* text-align: center; */
    font-size: 2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.title h1 span{
    color: #0067FF;
}
.title h2{
    width: 67.69rem;
    margin: 0 auto;
    text-align: center;
    word-break:normal; 
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.cases{
    padding-bottom: 5rem;
    /* padding-top: 3rem;
    background-color: #fff; */
}
.cases .type{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cases .type div{
    margin-top: 5.25rem;
    padding: 0.25rem 2rem;
    border: .15rem #0067FF solid;
    border-radius: 9rem;
    background-color: #fff;
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0067FF;
    cursor: pointer;
}
.cases .type div.active{
    background-color: #0067FF;
    color: #fff;
}
.cases .items{
    width: 78rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
}
.none{
    text-align: center;
    width: 100%;
}
.cases .items .none h3{
    padding: 10px;
    font-size: 24px;
}
.cases .items .item{
    margin-right: 3.6rem;
}
.cases .items .item p:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.cases .items .item p{
    margin: 0 auto;
}
.cases .items .item p img{
    width: 15.31rem
}
.cases .items .item:nth-child(4){
    margin-right: 0;
}
.cases .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.cases .pagination{
    display: flex;
    justify-content: center;
    text-align: center;
}
.cases .pagination div{
    width: 2.38rem;
    height: 2.38rem;
    margin-right: 1rem;
    background: #FFFFFF;
    border: 0.01rem solid #D8D8D8;
    border-radius: 0.45rem;
    line-height: 2.3rem;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.cases .pagination div.active{
    border: 0;
    background: #0067FF;
    color: #FFFFFF;
}
.cases .pagination div:first-child,.cases .pagination div:last-child{
    width: 7rem;
    margin: 0 1.3rem;
}
.cases .pagination div:first-child:hover,.cases .pagination div:last-child:hover{
    border: 0;
    background: #0067FF;
    color: #FFFFFF;
}
.cases .pagination div:nth-child(2){
    margin-left: 1.1rem;
}
.types{
    padding-bottom: 7.06rem;
    background-color: #fff;
}
.types .items{
    width: 78rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
}
.types .items .item{
    margin-bottom: 2.5rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0,60,159,0.06);
    border-radius: 1rem;
    background: #FFFFFF;
    text-align: center;
}
.types .items .item:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.types .items .item img{
    width: 15rem;
}
.types .items .item p{
    width: 16.31rem;
    text-align: left;
    font-size: 1.63rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.types .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.footer{
    padding: 48px 3rem;
    background-color: #191919;
    text-align: center;
}
.footer .menu{
    display: flex;
    justify-content: space-between;
    width: 30rem;
}

.footer .menu .item a:link{
    text-decoration: none;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .menu .item a,.footer .menu .item a:valid{
    color: #FFFFFF;
}
.footer .addresses{
    margin: 50px auto;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.footer .quick p img{
    width: 120px;
    height: 120px;
}
.footer .quick .logo span{
    font-size: 2rem;
}
.footer .quick span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.footer .addresses .divide{
    width: 0.07rem;
    height: 150px;
    margin: 0 6rem;
    background-color: #fff;
    opacity: 0.4;
}
.footer .addresses .address{
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.footer .addresses .address p{
    margin-bottom: 12px;
}
.footer .addresses .tel1{
    display: none;
}
.footer .connect{
    /* display: flex; */
}
.footer .connect .tel{
    /* display: flex; */
}
.footer .connect .address1{
    display: none;
}
.footer .connect .logo{
    margin-right: 150px;
}
.footer .tel p{
    /* margin-right: 6rem; */
    vertical-align: middle;
    text-align: left;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.75rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    /* opacity: 0.6; */
}
.footer .tel p img{
    vertical-align: middle;
    height: 28px;
}
.bottom{
    height: 40px;
    background: #272727;
    text-align: center;
    line-height: 2.5rem;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}